Component org.nuxeo.ecm.platform.annot.properties
In bundle org.nuxeo.ecm.annotations.client
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.annot.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Property that enables the annotations also on text files
(when true), otherwise annotations are only available on images.
</documentation>
<property name="nuxeo.text.annotations">false</property>
</extension>
</component>